home *** CD-ROM | disk | FTP | other *** search
- unit GLTexWin;
-
- interface
- Uses windows,Classes,opengl,GLFuncs,GLWin,GLLight;
-
- Type
- TCustomGLTexture = class(TCustomGLLightWindow)
- Private
- (* procedure PaintWindow(DC: HDC); override;*)
-
- end;
-
- {procedure Register;}
-
- implementation
- (*************************************************************)
- (*
- procedure TCustomGLTexture.PaintWindow(DC: HDC);
- Begin
- Inherited PaintWindow(DC);
- end;
- *)
- (*************************************************************)
- (*
- procedure Register;
- begin
- RegisterComponents('OpenGL', [TCustomGLTexture]);
- end;
- *)
- end.
-